864 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 2
21 results tagged Security x
  • ASN.1 JavaScript decoder
    Wed Nov 7 15:45:21 2018 - permalink -
    - - - https://lapo.it/asn1js/#MEUCICyBIuzYwxmlQ1jxN9NowMIRqWdOjIQPh77qiK4jEIC-AiEA5QPKKrIrpweBkTtAxFkkDXQXljKMZczae4n7A8EkA6g
    ASN1 Certificate DER OpenSSL Security SSL X.509
  • ssss: Shamir's Secret Sharing Scheme
    Fri Apr 6 14:13:53 2018 - permalink -
    - - - http://point-at-infinity.org/ssss/
    Security
  • KRACK Attacks: Breaking WPA2

    Mettez à jour.

    Mon Oct 16 13:29:10 2017 - permalink -
    - - - https://www.krackattacks.com/
    Security WiFi
  • Take These Steps to Secure Your Raspberry Pi Against Attackers

    via Shaarli de Erase

    Thu Sep 14 09:25:14 2017 - permalink -
    - - - https://makezine.com/2017/09/07/secure-your-raspberry-pi-against-attackers/
    RaspberryPi Security
  • First 2 things to do if you want to secure your Raspberry Pi on the internet. – xAppSoftware Blog
    Thu Sep 14 09:02:02 2017 - permalink -
    - - - http://www.xappsoftware.com/wordpress/2013/05/30/first-2-things-to-do-if-you-want-to-secure-your-raspberry-pi-on-the-internet/
    RaspberryPi Security
  • Cryptography Is Harder Than It Looks - Schneier on Security

    I often refer to this quote, sometimes attributed to Albert Einstein and sometimes to Yogi Berra: In theory, theory and practice are the same. In practice, they are not.

    Thu Mar 24 14:38:34 2016 - permalink -
    - - - https://www.schneier.com/blog/archives/2016/03/cryptography_is.html
    Crypto Security
  • htpasswd - générateur de fichiers .htpasswd

    Générateur de mot(s) de passe (notez le "s" !) et créateur de fichier .htpasswd ! Il y a même un mode "mot de passe prononçable" plutôt sympatique.

    Thu Feb 13 10:31:50 2014 - permalink -
    - - - http://aspirine.org/htpasswd.html
    Javascript Password Security Tools
  • Le fichier htaccess | Openweb.eu.org

    Un bon article sur htaccess : pages d'erreurs, redirection, sécurité, mise en cache.

    Tue Jan 28 09:22:48 2014 - permalink -
    - - - http://openweb.eu.org/articles/le-fichier-htaccess
    Cache Htaccess Security
  • Password Strength - JSFiddle

    Une script Javascript testant la force d'un password. A mon sens il manque des sources vers des études de chercheurs sur le sujet...
    Le même sans jQuery, ça doit être faisable, non ?

    Wed Jan 22 13:26:43 2014 - permalink -
    - - - http://jsfiddle.net/9SUWP/
    Javascript Password Security
  • Security Cheat Sheets - OWASP

    Pas mal ça, OWASP est un wiki sur le thème de la sécurité. Je ne connais pas cette initiative, mais en tout cas, ils ont pas mal de cheat sheets qui pourraient s'avérer utile.

    Mon Jan 20 09:18:55 2014 - permalink -
    - - - https://www.owasp.org/index.php/Cheat_Sheets
    Security
  • http - The definitive guide to form based website authentication - Stack Overflow

    Je n'ai pas encore Shaarlier ce super article ? Mince...
    Web-based authentication form : beaucoup, beaucoup de choses à avoir en tête avant de faire quoi que ce soit :-)

    Tue Jan 14 16:02:00 2014 - permalink -
    - - - http://stackoverflow.com/questions/549/the-definitive-guide-to-form-based-website-authentication
    Authentification Security
  • Anecdote n°1 : le NSA ne veut pas de ZKP - 30 minutes par jour

    Tiens, je suis retombé sur cette anecdote que j'avais publié en 2011 : "En 1987, la NSA a cherché à empêcher Amos Fiat et Adi Shamir (tous deux non-américains, travaillant en dehors des Etats-Unis) de publier leurs recherches sur les algorithmes Zeo-Knowledge Proof of Identity."

    ça paraît beaucoup plus crédible aujourd'hui :-) Au final, le monde n'est certes pas immuable, mais les hommes restent les hommes.

    Fri Oct 25 10:14:48 2013 - permalink -
    - - - http://30minparjour.la-bnbox.fr/2011/anecdote-1-le-nsa-ne-veut-pas-de-zero-knowledge-proof-of-identity
    30minparjour NSA Security
  • PHP: gnupg_decrypt - Manual

    La librairie PGP de PHP.

    Sun Jun 30 18:22:00 2013 - permalink -
    - - - http://www.php.net/manual/fr/function.gnupg-decrypt.php
    PGP PHP Security
  • Using GnuPG with PHP | Zend Developer Zone

    A lire tranquilement :-)

    Sun Jun 30 18:21:38 2013 - permalink -
    - - - http://devzone.zend.com/1278/using-gnupg-with-php/
    PGP PHP Security
  • Password, le roi des mots de passe

    Liste des mots de passe les plus utilisés en 2012 !

    Wed Jan 9 09:42:25 2013 - permalink -
    - - - http://www.zataz.com/news/22623/123456_-le-roi-des-mots-de-passe.html
    Security
  • La sécurisation des mots de passe et les poissons volants

    Le dernier article de la série au sujet de la sécurisation des mots de passe !

    Tue Jan 8 13:31:55 2013 - permalink -
    - - - http://30minparjour.la-bnbox.fr/2013/securisation-mots-de-passe-et-bcrypt
    30minparjour PHP Security
  • Regex Password complexity

    //Tests if the input consists of 6 or more letters, digits, underscores and hyphens.
    //The input must contain at least one upper case letter, one lower case letter and one digit.
    '\A(?=[-_a-zA-Z0-9]?[A-Z])(?=[-_a-zA-Z0-9]?[a-z])(?=[-_a-zA-Z0-9]*?[0-9])[-_a-zA-Z0-9]{6,}\z'

    Tue Jan 8 10:38:20 2013 - permalink -
    - - - http://links.la-bnbox.fr/?bCB_1Q
    Regex Security
  • How To Safely Store A Password | codahale.com

    C'est vrai que dit comme ça... Je savais que MD5 et SHA-1 n'étaient plus à utiliser. Je savais que le sel permettait

    Tue Oct 9 13:48:40 2012 - permalink -
    - - - http://codahale.com/how-to-safely-store-a-password/
    Blowfish Hash Password Security Web
  • 5 things I learned from a Hacker attack - Java Code Geeks
    Tue Oct 9 11:38:31 2012 - permalink -
    - - - http://www.javacodegeeks.com/2012/10/5-things-i-learned-from-hacker-attack.html
    Attack Java Security Web
  • Sécuriser les chaines en PHP - Warrior du Dimanche

    Et si on n'a pas MySQL? Il faudrait que je check les bonnes pratiques à ce sujet.

    Fri Oct 5 00:42:17 2012 - permalink -
    - - - http://www.warriordudimanche.net/article30/securiser-les-chaines-en-php
    PHP Sanitize Security String
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation